home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.20030409-20031118 / 000396_fdc@columbia.edu_Fri Nov 7 10:20:35 2003.msg < prev    next >
Internet Message Format  |  2003-11-18  |  2KB

  1. Path: newsmaster.cc.columbia.edu!not-for-mail
  2. From: Frank da Cruz <fdc@columbia.edu>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: Problem with Kermit spawned from Expect script sending files
  5. Date: 7 Nov 2003 14:33:45 GMT
  6. Organization: Columbia University
  7. Lines: 29
  8. Message-ID: <slrnbqnba9.380.fdc@sesame.cc.columbia.edu>
  9. References: <f0bb0f39.0311061216.1ba040a0@posting.google.com> <slrnbqlcid.ooo.fdc@sesame.cc.columbia.edu> <f0bb0f39.0311070447.21675f23@posting.google.com>
  10. Reply-To: fdc@columbia.edu
  11. NNTP-Posting-Host: sesame.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1068215625 18182 128.59.59.56 (7 Nov 2003 14:33:45 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 7 Nov 2003 14:33:45 GMT
  15. User-Agent: slrn/0.9.7.4 (SunOS)
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14651
  17.  
  18. In article <f0bb0f39.0311070447.21675f23@posting.google.com>,
  19. newexpectuser wrote:
  20. : I like using EXPECT, because I am familiar with it and what I am
  21. : trying to do is very simple (get a file over from our secure ftp site
  22. : to another server).
  23. : EXPECT allows me to pass a password across from the internal server
  24. : (non-secure), which I like and need.
  25. If Expect can pass the password to your SSH client, then so can Kermit.
  26. See:
  27.  
  28.   http://www.columbia.edu/kermit/ckermit70.html#x2.7
  29.  
  30. (and its subsections).
  31.  
  32. : I like KERMIT, because I read that it can send a file, then delete it
  33. : after it was successfully transfered. I know FTP can do this in
  34. : Kermit, but I'm not sure why when I do this send it is failing.
  35. It will fail if deletion is not allowed by your access rights over the file.
  36.  
  37. Of course different methods are required for a Kermit client/server and
  38. FTP connections.  If you want an analysis of why it's failing, you'll need
  39. to send the details to:
  40.  
  41.   kermit-support@columbia.edu
  42.  
  43. - Frank
  44.